projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e0ad5
)
(occur-engine): Change message for count of matches.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Mar 2004 10:11:16 +0000
(10:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Mar 2004 10:11:16 +0000
(10:11 +0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index e8ecef120396112280693fe3eb98e4d36650071e..d8d642261e49a45bfdd4e7b12827777256c45713 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-916,7
+916,7
@@
See also `multi-occur'."
(goto-char headerpt)
(let ((beg (point))
end)
- (insert (format "%d
lines matching
\"%s\" in buffer: %s\n"
+ (insert (format "%d
matches for
\"%s\" in buffer: %s\n"
matches regexp (buffer-name buf)))
(setq end (point))
(add-text-properties beg end